home *** CD-ROM | disk | FTP | other *** search
- # this file contains all predefined languages, using
- # strings to mark comment start and end. It's used to
- # generate C and ROFF source files
- # field separator is tab=C-I
- # Column 1: name of the language
- # Column 2: start of comment in C-syntax
- # Column 3: end of comment in C-syntax
- "Occam" "--" ""
- "Pascal" "(*" "*)"
- "C" "/*" "*/"
- "Lisp" ";" ""
- "Roff" ".\\\"" ""
- "TeX" "%" ""
- "Script" "#" ""
-